花费 25 ms
tracepoint你真的了解吗?

前言 很惭愧,搞了这么久的linux开发,之前测试无论是用ftrace还是perf也好,都没有认真的去了解tracepoint的实现,这次正好 开发的代码中需要设计一个tracepoint,便于后 ...

Sun Apr 18 08:04:00 CST 2021 0 443
bcc-tools工具之offcputime

先了解什么是off-cpu On-CPU: where threads are spending time running on-CPU. Off-CPU: where time is s ...

Fri Jan 17 09:09:00 CST 2020 0 861
bcc-tools工具之profile

profile是用于追踪程序执行调用流程的工具,类似于perf中的-g指令 相比perf -g而言,profile功能化更加细分,可以根据需要选择追踪层面,例如-U(用户要调用流程) -K (内核态 ...

Sun Dec 22 19:47:00 CST 2019 0 887

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM